From: David Härdeman Date: Tue, 16 Sep 2025 15:35:26 +0000 (+0200) Subject: odhcpd: bump minimum cmake version X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=b1547922257e484cb18e1719bdfc18f4789eb560;p=project%2Fodhcpd.git odhcpd: bump minimum cmake version This removes warnings with more recent versions of cmake. 3.13 is already required by e.g. ubus, so it seems like a reasonable minimum. Signed-off-by: David Härdeman --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1588637..de9a4e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.13) cmake_policy(SET CMP0015 NEW) # Project Definition